static void gtk_entry_move_adjustments (GtkEntry *entry);
static void gtk_entry_ensure_pixbuf (GtkEntry *entry,
GtkEntryIconPosition icon_pos);
-
+static void gtk_entry_update_cached_style_values(GtkEntry *entry);
/* Completion */
static gint gtk_entry_completion_timeout (gpointer data);
priv->editable = TRUE;
priv->visible = TRUE;
- priv->invisible_char = find_invisible_char (GTK_WIDGET (entry));
priv->dnd_position = -1;
priv->width_chars = -1;
priv->is_cell_renderer = FALSE;
context = gtk_widget_get_style_context (GTK_WIDGET (entry));
gtk_style_context_add_class (context, GTK_STYLE_CLASS_ENTRY);
+
+ gtk_entry_update_cached_style_values (entry);
}
static gint